SftTree/NET 2.0

ItemRemoved Event, SftTree Class

Softel vdm, Inc.

Occurs when an item is removed.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public Event ItemRemoved As ItemRemovedEventHandler

C#   

public event ItemRemovedEventHandler ItemRemoved;

C++   

public: event ItemRemovedEventHandler ItemRemoved;

Event Data

The ItemRemoved event handler receives an argument of type ItemRemovedEventArgs containing data related to this event.

Comments

The ItemRemoved event occurs when an item is removed.

This is a notification only. No tree control attributes, items or cells should be manipulated in any way while handling this event.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com